home *** CD-ROM | disk | FTP | other *** search
- this.launcher.gotoAndStop("blank");
- this.toggleTitleBtns = function(what)
- {
- var t = this.mainDisplay;
- t.playBtn.enabled = what;
- t.helpBtn.enabled = what;
- t.optionsBtn.enabled = what;
- t.statsBtn.enabled = what;
- t.galleryBtn.enabled = what;
- t.hsBtn.enabled = what;
- t.cpBtn.enabled = what;
- };
- this.togglePauseBtns = function(what)
- {
- var t = this.mainDisplay;
- t.resumeBtn.enabled = what;
- t.optionsBtn.enabled = what;
- t.quitBtn.enabled = what;
- };
- this.togglePlayerBtns = function(what)
- {
- var t = this.mainDisplay;
- t.npBtn.enabled = what;
- t.proceedBtn.enabled = what;
- t.deleteBtn.enabled = what;
- t.recAccountBtn.enabled = what;
- };
-